3.19.7 \(\int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx\) [1807]

3.19.7.1 Optimal result
3.19.7.2 Mathematica [A] (verified)
3.19.7.3 Rubi [A] (warning: unable to verify)
3.19.7.4 Maple [F]
3.19.7.5 Fricas [A] (verification not implemented)
3.19.7.6 Sympy [F]
3.19.7.7 Maxima [F]
3.19.7.8 Giac [F]
3.19.7.9 Mupad [F(-1)]

3.19.7.1 Optimal result

Integrand size = 19, antiderivative size = 309 \[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\frac {\sqrt {3} \arctan \left (\frac {1}{\sqrt {3}}-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt {3} \sqrt [6]{b} \sqrt [6]{c+d x}}\right )}{\sqrt [6]{b} d^{5/6}}-\frac {\sqrt {3} \arctan \left (\frac {1}{\sqrt {3}}+\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt {3} \sqrt [6]{b} \sqrt [6]{c+d x}}\right )}{\sqrt [6]{b} d^{5/6}}+\frac {2 \text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{c+d x}}\right )}{\sqrt [6]{b} d^{5/6}}-\frac {\log \left (\sqrt [3]{b}+\frac {\sqrt [3]{d} \sqrt [3]{a+b x}}{\sqrt [3]{c+d x}}-\frac {\sqrt [6]{b} \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c+d x}}\right )}{2 \sqrt [6]{b} d^{5/6}}+\frac {\log \left (\sqrt [3]{b}+\frac {\sqrt [3]{d} \sqrt [3]{a+b x}}{\sqrt [3]{c+d x}}+\frac {\sqrt [6]{b} \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c+d x}}\right )}{2 \sqrt [6]{b} d^{5/6}} \]

output
2*arctanh(d^(1/6)*(b*x+a)^(1/6)/b^(1/6)/(d*x+c)^(1/6))/b^(1/6)/d^(5/6)-1/2 
*ln(b^(1/3)+d^(1/3)*(b*x+a)^(1/3)/(d*x+c)^(1/3)-b^(1/6)*d^(1/6)*(b*x+a)^(1 
/6)/(d*x+c)^(1/6))/b^(1/6)/d^(5/6)+1/2*ln(b^(1/3)+d^(1/3)*(b*x+a)^(1/3)/(d 
*x+c)^(1/3)+b^(1/6)*d^(1/6)*(b*x+a)^(1/6)/(d*x+c)^(1/6))/b^(1/6)/d^(5/6)-a 
rctan(-1/3*3^(1/2)+2/3*d^(1/6)*(b*x+a)^(1/6)/b^(1/6)/(d*x+c)^(1/6)*3^(1/2) 
)*3^(1/2)/b^(1/6)/d^(5/6)-arctan(1/3*3^(1/2)+2/3*d^(1/6)*(b*x+a)^(1/6)/b^( 
1/6)/(d*x+c)^(1/6)*3^(1/2))*3^(1/2)/b^(1/6)/d^(5/6)
 
3.19.7.2 Mathematica [A] (verified)

Time = 0.46 (sec) , antiderivative size = 222, normalized size of antiderivative = 0.72 \[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\frac {\sqrt {3} \left (\arctan \left (\frac {\sqrt {3} \sqrt [6]{b} \sqrt [6]{c+d x}}{2 \sqrt [6]{d} \sqrt [6]{a+b x}-\sqrt [6]{b} \sqrt [6]{c+d x}}\right )+\arctan \left (\frac {\sqrt {3} \sqrt [6]{b} \sqrt [6]{c+d x}}{2 \sqrt [6]{d} \sqrt [6]{a+b x}+\sqrt [6]{b} \sqrt [6]{c+d x}}\right )\right )+2 \text {arctanh}\left (\frac {\sqrt [6]{b} \sqrt [6]{c+d x}}{\sqrt [6]{d} \sqrt [6]{a+b x}}\right )+\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{c+d x}}+\frac {\sqrt [6]{b} \sqrt [6]{c+d x}}{\sqrt [6]{d} \sqrt [6]{a+b x}}\right )}{\sqrt [6]{b} d^{5/6}} \]

input
Integrate[1/((a + b*x)^(1/6)*(c + d*x)^(5/6)),x]
 
output
(Sqrt[3]*(ArcTan[(Sqrt[3]*b^(1/6)*(c + d*x)^(1/6))/(2*d^(1/6)*(a + b*x)^(1 
/6) - b^(1/6)*(c + d*x)^(1/6))] + ArcTan[(Sqrt[3]*b^(1/6)*(c + d*x)^(1/6)) 
/(2*d^(1/6)*(a + b*x)^(1/6) + b^(1/6)*(c + d*x)^(1/6))]) + 2*ArcTanh[(b^(1 
/6)*(c + d*x)^(1/6))/(d^(1/6)*(a + b*x)^(1/6))] + ArcTanh[(d^(1/6)*(a + b* 
x)^(1/6))/(b^(1/6)*(c + d*x)^(1/6)) + (b^(1/6)*(c + d*x)^(1/6))/(d^(1/6)*( 
a + b*x)^(1/6))])/(b^(1/6)*d^(5/6))
 
3.19.7.3 Rubi [A] (warning: unable to verify)

Time = 0.42 (sec) , antiderivative size = 369, normalized size of antiderivative = 1.19, number of steps used = 13, number of rules used = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.632, Rules used = {73, 854, 27, 825, 27, 221, 1142, 25, 27, 1082, 217, 1103}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx\)

\(\Big \downarrow \) 73

\(\displaystyle \frac {6 \int \frac {(a+b x)^{2/3}}{\left (c-\frac {a d}{b}+\frac {d (a+b x)}{b}\right )^{5/6}}d\sqrt [6]{a+b x}}{b}\)

\(\Big \downarrow \) 854

\(\displaystyle \frac {6 \int \frac {b (a+b x)^{2/3}}{b-d (a+b x)}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{b}\)

\(\Big \downarrow \) 27

\(\displaystyle 6 \int \frac {(a+b x)^{2/3}}{b-d (a+b x)}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}\)

\(\Big \downarrow \) 825

\(\displaystyle 6 \left (\frac {\int \frac {1}{\sqrt [3]{b}-\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{3 d^{2/3}}+\frac {\int -\frac {\sqrt [6]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{2 \left (\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}\right )}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{3 \sqrt [6]{b} d^{2/3}}+\frac {\int -\frac {\sqrt [6]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{2 \left (\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}\right )}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{3 \sqrt [6]{b} d^{2/3}}\right )\)

\(\Big \downarrow \) 27

\(\displaystyle 6 \left (\frac {\int \frac {1}{\sqrt [3]{b}-\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{3 d^{2/3}}-\frac {\int \frac {\sqrt [6]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\int \frac {\sqrt [6]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}\right )\)

\(\Big \downarrow \) 221

\(\displaystyle 6 \left (-\frac {\int \frac {\sqrt [6]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\int \frac {\sqrt [6]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

\(\Big \downarrow \) 1142

\(\displaystyle 6 \left (-\frac {\frac {3}{2} \sqrt [6]{b} \int \frac {1}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\frac {\int -\frac {\sqrt [6]{d} \left (\sqrt [6]{b}-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}\right )}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{2 \sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\frac {3}{2} \sqrt [6]{b} \int \frac {1}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}-\frac {\int \frac {\sqrt [6]{d} \left (\sqrt [6]{b}+\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}\right )}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{2 \sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

\(\Big \downarrow \) 25

\(\displaystyle 6 \left (-\frac {\frac {3}{2} \sqrt [6]{b} \int \frac {1}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}-\frac {\int \frac {\sqrt [6]{d} \left (\sqrt [6]{b}-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}\right )}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{2 \sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\frac {3}{2} \sqrt [6]{b} \int \frac {1}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}-\frac {\int \frac {\sqrt [6]{d} \left (\sqrt [6]{b}+\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}\right )}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{2 \sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

\(\Big \downarrow \) 27

\(\displaystyle 6 \left (-\frac {\frac {3}{2} \sqrt [6]{b} \int \frac {1}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}-\frac {1}{2} \int \frac {\sqrt [6]{b}-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\frac {3}{2} \sqrt [6]{b} \int \frac {1}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}-\frac {1}{2} \int \frac {\sqrt [6]{b}+\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

\(\Big \downarrow \) 1082

\(\displaystyle 6 \left (-\frac {\frac {3 \int \frac {1}{-\sqrt [3]{a+b x}-3}d\left (1-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}\right )}{\sqrt [6]{d}}-\frac {1}{2} \int \frac {\sqrt [6]{b}-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {-\frac {3 \int \frac {1}{-\sqrt [3]{a+b x}-3}d\left (\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+1\right )}{\sqrt [6]{d}}-\frac {1}{2} \int \frac {\sqrt [6]{b}+\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

\(\Big \downarrow \) 217

\(\displaystyle 6 \left (-\frac {-\frac {1}{2} \int \frac {\sqrt [6]{b}-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}-\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}-\frac {\sqrt {3} \arctan \left (\frac {1-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}}{\sqrt {3}}\right )}{\sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\frac {\sqrt {3} \arctan \left (\frac {\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}+1}{\sqrt {3}}\right )}{\sqrt [6]{d}}-\frac {1}{2} \int \frac {\sqrt [6]{b}+\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{\sqrt [3]{b}+\frac {\sqrt [6]{d} \sqrt [6]{a+b x} \sqrt [6]{b}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}+\sqrt [3]{d} \sqrt [3]{a+b x}}d\frac {\sqrt [6]{a+b x}}{\sqrt [6]{c-\frac {a d}{b}+\frac {d (a+b x)}{b}}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

\(\Big \downarrow \) 1103

\(\displaystyle 6 \left (-\frac {\frac {\log \left (-\frac {\sqrt [6]{b} \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}+\sqrt [3]{d} \sqrt [3]{a+b x}+\sqrt [3]{b}\right )}{2 \sqrt [6]{d}}-\frac {\sqrt {3} \arctan \left (\frac {1-\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}}{\sqrt {3}}\right )}{\sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}-\frac {\frac {\sqrt {3} \arctan \left (\frac {\frac {2 \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}+1}{\sqrt {3}}\right )}{\sqrt [6]{d}}-\frac {\log \left (\frac {\sqrt [6]{b} \sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}+\sqrt [3]{d} \sqrt [3]{a+b x}+\sqrt [3]{b}\right )}{2 \sqrt [6]{d}}}{6 \sqrt [6]{b} d^{2/3}}+\frac {\text {arctanh}\left (\frac {\sqrt [6]{d} \sqrt [6]{a+b x}}{\sqrt [6]{b} \sqrt [6]{\frac {d (a+b x)}{b}-\frac {a d}{b}+c}}\right )}{3 \sqrt [6]{b} d^{5/6}}\right )\)

input
Int[1/((a + b*x)^(1/6)*(c + d*x)^(5/6)),x]
 
output
6*(ArcTanh[(d^(1/6)*(a + b*x)^(1/6))/(b^(1/6)*(c - (a*d)/b + (d*(a + b*x)) 
/b)^(1/6))]/(3*b^(1/6)*d^(5/6)) - (-((Sqrt[3]*ArcTan[(1 - (2*d^(1/6)*(a + 
b*x)^(1/6))/(b^(1/6)*(c - (a*d)/b + (d*(a + b*x))/b)^(1/6)))/Sqrt[3]])/d^( 
1/6)) + Log[b^(1/3) + d^(1/3)*(a + b*x)^(1/3) - (b^(1/6)*d^(1/6)*(a + b*x) 
^(1/6))/(c - (a*d)/b + (d*(a + b*x))/b)^(1/6)]/(2*d^(1/6)))/(6*b^(1/6)*d^( 
2/3)) - ((Sqrt[3]*ArcTan[(1 + (2*d^(1/6)*(a + b*x)^(1/6))/(b^(1/6)*(c - (a 
*d)/b + (d*(a + b*x))/b)^(1/6)))/Sqrt[3]])/d^(1/6) - Log[b^(1/3) + d^(1/3) 
*(a + b*x)^(1/3) + (b^(1/6)*d^(1/6)*(a + b*x)^(1/6))/(c - (a*d)/b + (d*(a 
+ b*x))/b)^(1/6)]/(2*d^(1/6)))/(6*b^(1/6)*d^(2/3)))
 

3.19.7.3.1 Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

rule 73
Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[ 
{p = Denominator[m]}, Simp[p/b   Subst[Int[x^(p*(m + 1) - 1)*(c - a*(d/b) + 
 d*(x^p/b))^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] && Lt 
Q[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntL 
inearQ[a, b, c, d, m, n, x]
 

rule 217
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^( 
-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])], x] /; FreeQ[{a, b}, x] && PosQ[a/b] & 
& (LtQ[a, 0] || LtQ[b, 0])
 

rule 221
Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-a/b, 2]/a)*ArcTanh[x 
/Rt[-a/b, 2]], x] /; FreeQ[{a, b}, x] && NegQ[a/b]
 

rule 825
Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Module[{r = Numerator 
[Rt[-a/b, n]], s = Denominator[Rt[-a/b, n]], k, u}, Simp[u = Int[(r*Cos[2*k 
*m*(Pi/n)] - s*Cos[2*k*(m + 1)*(Pi/n)]*x)/(r^2 - 2*r*s*Cos[2*k*(Pi/n)]*x + 
s^2*x^2), x] + Int[(r*Cos[2*k*m*(Pi/n)] + s*Cos[2*k*(m + 1)*(Pi/n)]*x)/(r^2 
 + 2*r*s*Cos[2*k*(Pi/n)]*x + s^2*x^2), x]; 2*(r^(m + 2)/(a*n*s^m))   Int[1/ 
(r^2 - s^2*x^2), x] + 2*(r^(m + 1)/(a*n*s^m))   Sum[u, {k, 1, (n - 2)/4}], 
x]] /; FreeQ[{a, b}, x] && IGtQ[(n - 2)/4, 0] && IGtQ[m, 0] && LtQ[m, n - 1 
] && NegQ[a/b]
 

rule 854
Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^(p + (m + 
 1)/n)   Subst[Int[x^m/(1 - b*x^n)^(p + (m + 1)/n + 1), x], x, x/(a + b*x^n 
)^(1/n)], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && LtQ[-1, p, 0] && NeQ[p, - 
2^(-1)] && IntegersQ[m, p + (m + 1)/n]
 

rule 1082
Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*S 
implify[a*(c/b^2)]}, Simp[-2/b   Subst[Int[1/(q - x^2), x], x, 1 + 2*c*(x/b 
)], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /; Fre 
eQ[{a, b, c}, x]
 

rule 1103
Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> S 
imp[d*(Log[RemoveContent[a + b*x + c*x^2, x]]/b), x] /; FreeQ[{a, b, c, d, 
e}, x] && EqQ[2*c*d - b*e, 0]
 

rule 1142
Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> S 
imp[(2*c*d - b*e)/(2*c)   Int[1/(a + b*x + c*x^2), x], x] + Simp[e/(2*c) 
Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x]
 
3.19.7.4 Maple [F]

\[\int \frac {1}{\left (b x +a \right )^{\frac {1}{6}} \left (d x +c \right )^{\frac {5}{6}}}d x\]

input
int(1/(b*x+a)^(1/6)/(d*x+c)^(5/6),x)
 
output
int(1/(b*x+a)^(1/6)/(d*x+c)^(5/6),x)
 
3.19.7.5 Fricas [A] (verification not implemented)

Time = 0.24 (sec) , antiderivative size = 402, normalized size of antiderivative = 1.30 \[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\frac {1}{2} \, {\left (\sqrt {-3} + 1\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} \log \left (\frac {{\left (b d x + a d + \sqrt {-3} {\left (b d x + a d\right )}\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} + 2 \, {\left (b x + a\right )}^{\frac {5}{6}} {\left (d x + c\right )}^{\frac {1}{6}}}{b x + a}\right ) - \frac {1}{2} \, {\left (\sqrt {-3} + 1\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} \log \left (-\frac {{\left (b d x + a d + \sqrt {-3} {\left (b d x + a d\right )}\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} - 2 \, {\left (b x + a\right )}^{\frac {5}{6}} {\left (d x + c\right )}^{\frac {1}{6}}}{b x + a}\right ) - \frac {1}{2} \, {\left (\sqrt {-3} - 1\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} \log \left (\frac {{\left (b d x + a d - \sqrt {-3} {\left (b d x + a d\right )}\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} + 2 \, {\left (b x + a\right )}^{\frac {5}{6}} {\left (d x + c\right )}^{\frac {1}{6}}}{b x + a}\right ) + \frac {1}{2} \, {\left (\sqrt {-3} - 1\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} \log \left (-\frac {{\left (b d x + a d - \sqrt {-3} {\left (b d x + a d\right )}\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} - 2 \, {\left (b x + a\right )}^{\frac {5}{6}} {\left (d x + c\right )}^{\frac {1}{6}}}{b x + a}\right ) + \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} \log \left (\frac {{\left (b d x + a d\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} + {\left (b x + a\right )}^{\frac {5}{6}} {\left (d x + c\right )}^{\frac {1}{6}}}{b x + a}\right ) - \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} \log \left (-\frac {{\left (b d x + a d\right )} \left (\frac {1}{b d^{5}}\right )^{\frac {1}{6}} - {\left (b x + a\right )}^{\frac {5}{6}} {\left (d x + c\right )}^{\frac {1}{6}}}{b x + a}\right ) \]

input
integrate(1/(b*x+a)^(1/6)/(d*x+c)^(5/6),x, algorithm="fricas")
 
output
1/2*(sqrt(-3) + 1)*(1/(b*d^5))^(1/6)*log(((b*d*x + a*d + sqrt(-3)*(b*d*x + 
 a*d))*(1/(b*d^5))^(1/6) + 2*(b*x + a)^(5/6)*(d*x + c)^(1/6))/(b*x + a)) - 
 1/2*(sqrt(-3) + 1)*(1/(b*d^5))^(1/6)*log(-((b*d*x + a*d + sqrt(-3)*(b*d*x 
 + a*d))*(1/(b*d^5))^(1/6) - 2*(b*x + a)^(5/6)*(d*x + c)^(1/6))/(b*x + a)) 
 - 1/2*(sqrt(-3) - 1)*(1/(b*d^5))^(1/6)*log(((b*d*x + a*d - sqrt(-3)*(b*d* 
x + a*d))*(1/(b*d^5))^(1/6) + 2*(b*x + a)^(5/6)*(d*x + c)^(1/6))/(b*x + a) 
) + 1/2*(sqrt(-3) - 1)*(1/(b*d^5))^(1/6)*log(-((b*d*x + a*d - sqrt(-3)*(b* 
d*x + a*d))*(1/(b*d^5))^(1/6) - 2*(b*x + a)^(5/6)*(d*x + c)^(1/6))/(b*x + 
a)) + (1/(b*d^5))^(1/6)*log(((b*d*x + a*d)*(1/(b*d^5))^(1/6) + (b*x + a)^( 
5/6)*(d*x + c)^(1/6))/(b*x + a)) - (1/(b*d^5))^(1/6)*log(-((b*d*x + a*d)*( 
1/(b*d^5))^(1/6) - (b*x + a)^(5/6)*(d*x + c)^(1/6))/(b*x + a))
 
3.19.7.6 Sympy [F]

\[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\int \frac {1}{\sqrt [6]{a + b x} \left (c + d x\right )^{\frac {5}{6}}}\, dx \]

input
integrate(1/(b*x+a)**(1/6)/(d*x+c)**(5/6),x)
 
output
Integral(1/((a + b*x)**(1/6)*(c + d*x)**(5/6)), x)
 
3.19.7.7 Maxima [F]

\[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\int { \frac {1}{{\left (b x + a\right )}^{\frac {1}{6}} {\left (d x + c\right )}^{\frac {5}{6}}} \,d x } \]

input
integrate(1/(b*x+a)^(1/6)/(d*x+c)^(5/6),x, algorithm="maxima")
 
output
integrate(1/((b*x + a)^(1/6)*(d*x + c)^(5/6)), x)
 
3.19.7.8 Giac [F]

\[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\int { \frac {1}{{\left (b x + a\right )}^{\frac {1}{6}} {\left (d x + c\right )}^{\frac {5}{6}}} \,d x } \]

input
integrate(1/(b*x+a)^(1/6)/(d*x+c)^(5/6),x, algorithm="giac")
 
output
integrate(1/((b*x + a)^(1/6)*(d*x + c)^(5/6)), x)
 
3.19.7.9 Mupad [F(-1)]

Timed out. \[ \int \frac {1}{\sqrt [6]{a+b x} (c+d x)^{5/6}} \, dx=\int \frac {1}{{\left (a+b\,x\right )}^{1/6}\,{\left (c+d\,x\right )}^{5/6}} \,d x \]

input
int(1/((a + b*x)^(1/6)*(c + d*x)^(5/6)),x)
 
output
int(1/((a + b*x)^(1/6)*(c + d*x)^(5/6)), x)